-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Container Images] Changes to integrate us with heighliner #519
Conversation
@@ -16,7 +16,8 @@ spec: | |||
# TODO: Add resource limits | |||
containers: | |||
- name: anvil | |||
image: ghcr.io/foundry-rs/foundry:latest | |||
# TODO: going with a static tag instead of `latest` or `nightly` as latest is currently broken for darwin/arm64. | |||
image: ghcr.io/foundry-rs/foundry:nightly-3fa02706ca732c994715ba42d923605692062375 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Olshansk try this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Confirmed that this works for me. Ty
We'll create a community ticket to integrate with cosmos k8s operator. |
I added it to the list in #437 |
Summary
Allows us to integrate with heighliner container build processes to enable production-grade container images and kubernetes operator integration
Issue
Type of change
Select one or more:
Testing
Documentation changes (only if making doc changes)
make docusaurus_start
; only needed if you make doc changesLocal Testing (only if making code changes)
make go_develop_and_test
make test_e2e
PR Testing (only if making code changes)
devnet-test-e2e
label to the PR.make trigger_ci
if you want to re-trigger tests without any code changesSanity Checklist